翻訳と辞書
Words near each other
・ Data-oriented parsing
・ Data-structured language
・ Data.gov
・ Data.gov.in
・ Data.gov.uk
・ Data2map
・ Data3
・ Data3-Symantec Racing Team p/b Scody
・ Data8
・ DataAdapter
・ DataArt
・ Databank format
・ Databank Systems Limited
・ Database
・ Database (journal)
Database abstraction layer
・ Database activity monitoring
・ Database administration and automation
・ Database administrator
・ Database and Collections of Information Misappropriation Act
・ Database application
・ Database audit
・ Database caching
・ Database catalog
・ Database cinema
・ Database connection
・ Database Console Commands (Transact-SQL)
・ Database Deployment Manager
・ Database design
・ Database Directive


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Database abstraction layer : ウィキペディア英語版
Database abstraction layer

A database abstraction layer is an application programming interface which unifies the communication between a computer application and databases such as SQL Server, DB2, MySQL, PostgreSQL, Oracle or SQLite. Traditionally, all database vendors provide their own interface tailored to their products, which leaves it to the application programmer to implement code for all database interfaces he or she would like to support. Database abstraction layers reduce the amount of work by providing a consistent API to the developer and hide the database specifics behind this interface as much as possible. There exist many abstraction layers with different interfaces in numerous programming languages. If an application has such a layer built in, it is called database-agnostic.〔http://searchdatamanagement.techtarget.com/definition/database-agnostic〕
== Database levels of abstraction ==
=== Physical level (lowest level) ===
The lowest level connects to the database and performs the actual operations required by the users. At this level the conceptual instruction has been translated into multiple instructions that the database understands. Executing the instructions in the correct order allows the DAL to perform the conceptual instruction.
Implementation of the physical layer may use database specific APIs or use the underlying language standard database access technology and the database's version SQL.
Implementation of data types and operations are the most database specific at this level.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Database abstraction layer」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.